xen/mem_event: Cleanup mem_event names in rings, functions and domctls
authorTamas K Lengyel <tamas.lengyel@zentific.com>
Thu, 26 Mar 2015 21:06:54 +0000 (22:06 +0100)
committerTim Deegan <tim@xen.org>
Thu, 9 Apr 2015 10:40:17 +0000 (11:40 +0100)
commit341fac7bdb9e871777a8549b28240819cd0f6619
tree732ada796890188e0575195842eff0b1b5cbbb7b
parentf7c41477735b5b8a1f8ebabfcb1c44afb53c88da
xen/mem_event: Cleanup mem_event names in rings, functions and domctls

The name of one of the mem_event rings still implies it is used only
for memory accesses, which is no longer the case. It is also used to
deliver various HVM events, thus the name "monitor" is more appropriate
in this setting.

Couple functions incorrectly labeled as part of mem_event is also renamed
to reflect that they belong to mem_access.

The mem_event subop definitions are also shortened to be more meaningful.

The tool side changes are only mechanical renaming to match these new names.

Signed-off-by: Tamas K Lengyel <tamas.lengyel@zentific.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
20 files changed:
tools/libxc/xc_domain_restore.c
tools/libxc/xc_domain_save.c
tools/libxc/xc_hvm_build_x86.c
tools/libxc/xc_mem_access.c
tools/libxc/xc_mem_event.c
tools/libxc/xc_mem_paging.c
tools/libxc/xc_memshr.c
tools/libxc/xg_save_restore.h
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/mm/p2m.c
xen/common/mem_access.c
xen/common/mem_event.c
xen/include/asm-arm/p2m.h
xen/include/asm-x86/hvm/emulate.h
xen/include/asm-x86/p2m.h
xen/include/public/domctl.h
xen/include/public/hvm/params.h
xen/include/xen/sched.h